type runtime.gclinkptr
15 uses
runtime (current package)
malloc.go#L849: func nextFreeFast(s *mspan) gclinkptr {
malloc.go#L861: return gclinkptr(result*s.elemsize + s.base())
malloc.go#L876: func (c *mcache) nextFree(spc spanClass) (v gclinkptr, s *mspan, shouldhelpgc bool) {
malloc.go#L897: v = gclinkptr(freeIndex*s.elemsize + s.base())
mcache.go#L62: next gclinkptr
mcache.go#L67: type gclinkptr uintptr
mcache.go#L72: func (p gclinkptr) ptr() *gclink {
mcache.go#L77: list gclinkptr // linked list of free stacks
mheap.go#L389: manualFreeList gclinkptr // list of free objects in mSpanManual spans
stack.go#L199: func stackpoolalloc(order uint8) gclinkptr {
stack.go#L218: x := gclinkptr(s.base() + i)
stack.go#L238: func stackpoolfree(x gclinkptr, order uint8) {
stack.go#L284: var list gclinkptr
stack.go#L377: var x gclinkptr
stack.go#L480: x := gclinkptr(v)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)